home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20041116-20060924
/
000336_fdc@columbia.edu_Fri May 5 13:16:07 2006.msg
< prev
next >
Wrap
Internet Message Format
|
2020-01-01
|
2KB
Path: newsmaster.cc.columbia.edu!not-for-mail
From: Frank da Cruz <fdc@columbia.edu>
Newsgroups: comp.protocols.kermit.misc
Subject: Re: using FILE OPEN quadruples memory usage!
Date: 5 May 2006 17:15:53 GMT
Organization: Columbia University
Lines: 19
Message-ID: <slrne5n229.s7u.fdc@sesame.cc.columbia.edu>
References: <1146783231.532130.44080@v46g2000cwv.googlegroups.com> <slrne5mrf5.lbf.fdc@sesame.cc.columbia.edu>
Reply-To: fdc@columbia.edu
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1146849353 6121 128.59.59.56 (5 May 2006 17:15:53 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 5 May 2006 17:15:53 GMT
User-Agent: slrn/0.9.8.0 (SunOS)
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15593
On 2006-05-05, Frank da Cruz <fdc@columbia.edu> wrote:
: On 2006-05-04, tomviolin <rock_spambust_violin@yahoo.com> wrote:
:: I have discovered that using FILE OPEN in C-Kermit 8.0.211 causes
:: Kermit's memory usage to quadruple. The memory usage does not go back
:: down after the file(s) are closed, either.
: ...
: I'll see what I can do in the next 8.0.212 development upload:
:
: http://www.columbia.edu/kermit/ckdaily.html
:
If you have the most recent "ckdaily", please download a new copy of
ckuus7.c from here:
ftp://kermit.columbia.edu/kermit/tmp/ckuus7.c
and rebuild, see if it's better. I ran a few scripts through it that open
and close and read files and they seem to be ok.
- Frank